os/exec.Cmd.ctx (field)
10 uses
os/exec (current package)
exec.go#L247: ctx context.Context
exec.go#L489: cmd.ctx = ctx
exec.go#L699: if c.Cancel != nil && c.ctx == nil {
exec.go#L702: if c.ctx != nil {
exec.go#L704: case <-c.ctx.Done():
exec.go#L705: return c.ctx.Err()
exec.go#L780: if (c.Cancel != nil || c.WaitDelay != 0) && c.ctx != nil && c.ctx.Done() != nil {
exec.go#L800: case <-c.ctx.Done():
exec.go#L809: err = c.ctx.Err()
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)